Function GetFieldData(column As Integer)
This method obtains the current value of a specific column in the Rowset for the currently selected row.
column
A number indicating which field (column) of the row you want the current value of. Rowset columns, like array dimensions, are 0 based. The first column is 0, the second is 1, etc.
A variant value that contains the data for the specified field of the current row.
Dim fieldData As Variant
fieldData = cdoRowset.GetFieldData 0
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |